home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1999 February / CT_SW9902.ISO / mac / software / wissen / daten / gnuplot.hqx / gnuplot.2.0b4 / Interapplication / C Examples / About gnuplot example code next >
Text File  |  1997-04-27  |  786b  |  22 lines

  1. The gnuplotInterface.c code should be considered example code 
  2. instead of production-quality interface routines. The routines have been 
  3. tested and seem to work well.
  4.  
  5. The demo application simply exercises the currently available
  6. 'C' interfact to gnuplot. It will initally prompt for a text file
  7. to execute and then plot the file by itself, with data from the clipboard, 
  8. and with static data embedded in the program. Make sure that data is on the 
  9. clipboard before running the program.
  10.  
  11. The 'wacky console" is a quick hack that uses the C standard i/o routines to 
  12. send commands to gnuplot.
  13.  
  14. Please pass along comments and suggestions.
  15.  
  16. If things don't work, make sure that you are passing the correct 
  17. end-of-line characters to gnuplot. See the wacky console project for 
  18. details.
  19.  
  20.  
  21.  
  22.